AudioEncoderSetting

sealed class AudioEncoderSetting

音声エンコーダーの設定です。

Types

Link copied to clipboard
data class AAC(val bps: Int = 0, val samplingRate: Int = 44100, val channelCount: Int = 1) : AudioEncoderSetting

AAC エンコーダーの設定です。

Inheritors

Link copied to clipboard